home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Newswatcher 2.0b22 / NW Source / Source / child.h < prev    next >
Encoding:
Text File  |  1994-07-18  |  216 b   |  5 lines  |  [TEXT/MMCC]

  1. OSErr AddChild (WindowPtr parent, WindowPtr child);
  2. void RemoveChild (WindowPtr parent, WindowPtr child);
  3. WindowPtr FindChildByIndex (WindowPtr wind, short index);
  4. WindowPtr FindChild (WindowPtr wind, Cell theCell);
  5.